Using `font: Bold` will override the font with whatever the system
resolves a `Bold` font name to, including the font's own default size.
We want the font weight to be bold, but we want the default font name
and size to come from the GtkSettings:font-name property, like we do for
the rest of the system.
}
.title {
- font: Bold;
+ font-weight: bold;
padding: 0px 12px;
}
.subtitle {
box-shadow: inset 0 1px rgba(238, 238, 236, 0.1); }
.titlebar .title, GtkCalendar.header .title,
.header-bar .title {
- font: Bold;
+ font-weight: bold;
padding: 0px 12px; }
.titlebar .subtitle, GtkCalendar.header .subtitle,
.header-bar .subtitle {
box-shadow: inset 0 1px white; }
.titlebar .title, GtkCalendar.header .title,
.header-bar .title {
- font: Bold;
+ font-weight: bold;
padding: 0px 12px; }
.titlebar .subtitle, GtkCalendar.header .subtitle,
.header-bar .subtitle {